home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TNEXTDIFFPREFSFRAME / TNEXTDIFFPREFSFRAME.txt
Text File  |  2008-11-03  |  1KB  |  57 lines

  1. inherited NextDiffPrefsFrame: TNextDiffPrefsFrame
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'Next_Difference_Options'
  4.   Caption = 'File Next Difference'
  5.   inherited DefaultBtn: TUiButton
  6.     TabOrder = 2
  7.   end
  8.   object NextDiffMiscGroupBox: TUiGroupBox
  9.     Left = 8
  10.     Top = 8
  11.     Width = 409
  12.     Height = 65
  13.     Caption = 'Next difference'
  14.     TabOrder = 0
  15.     object NextDiffLoadFirstEdit: TUiCheckBox
  16.       Left = 8
  17.       Top = 20
  18.       Height = 17
  19.       Caption = 'When loading new files, go to first difference'
  20.       TabOrder = 0
  21.       OnClick = SomethingChangedClick
  22.     end
  23.     object NextDiffFileSameDirEdit: TUiCheckBox
  24.       Left = 8
  25.       Top = 40
  26.       Height = 17
  27.       Caption = 'Limit "Next Difference Files" to current folder'
  28.       TabOrder = 1
  29.       OnClick = SomethingChangedClick
  30.     end
  31.   end
  32.   object NextDiffNoneGroupBox: TUiGroupBox
  33.     Left = 8
  34.     Top = 80
  35.     Width = 409
  36.     Height = 65
  37.     Caption = 'When no more differences'
  38.     TabOrder = 1
  39.     object NextDiffWrapEdit: TUiCheckBox
  40.       Left = 8
  41.       Top = 20
  42.       Height = 17
  43.       Caption = 'Wrap around to first difference'
  44.       TabOrder = 0
  45.       OnClick = SomethingChangedClick
  46.     end
  47.     object NextDiffShowMsgEdit: TUiCheckBox
  48.       Left = 8
  49.       Top = 40
  50.       Height = 17
  51.       Caption = 'Show message panel'
  52.       TabOrder = 1
  53.       OnClick = SomethingChangedClick
  54.     end
  55.   end
  56. end
  57.